home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1132 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  611 b 

  1. Subject: Re: user-written interrupt handlers 
  2. Date: Thu, 03 Mar 1994 19:57:09 -0800
  3. From: Howard Chu <hyc@hanauma.jpl.nasa.gov>
  4.  
  5.   > But I don't know if it is safe to call Pkill (via the kernel) in an
  6.   > interrupt handler.
  7.   > 
  8.       I tried to call Psigsetmask from a trap 2 handler via the
  9.   kernal table once.  I can't remember if it allways crashed, or just
  10.   when a signal was pending, but it did crash.  The only thing I could
  11.   see in the source code that would explain the crash was a call to
  12.   check_sigs().  Pkill also calls check_sigs().
  13.  
  14. Perhaps post_sig ought to be placed in the kerinfo structure?
  15.